翻訳と辞書
Words near each other
・ Apache TomEE
・ Apache Torque
・ Apache Trail
・ Apache Trail (film)
・ Apache Trail High School
・ Apache trout
・ Apache Tuscany
・ Apache Uprising
・ Apache Velocity
・ Apache VXQuery
・ Apache War
・ Apache War Smoke
・ Apache Warrior
・ Apache Wars
・ Apache Wave
Apache Wicket
・ Apache Wink
・ Apache Woman
・ Apache Woman (1976 film)
・ Apache XAP
・ Apache XML
・ Apache Youth Ministry
・ Apache ZooKeeper
・ Apache, Oklahoma
・ Apache-Sitgreaves National Forest
・ Apachea barberella
・ ApacheBench
・ ApacheCon
・ Apacheria
・ Apacheria chiricahuensis


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Apache Wicket : ウィキペディア英語版
Apache Wicket

Apache Wicket, commonly referred to as Wicket, is a lightweight component-based web application framework for the Java programming language conceptually similar to JavaServer Faces and Tapestry. It was originally written by Jonathan Locke in April 2004. Version 1.0 was released in June 2005. It graduated into an Apache top-level project in June 2007.
== Rationale ==
Traditional model-view-controller (MVC) frameworks work in terms of whole requests and whole pages. In each request cycle, the incoming request is mapped to a method on a ''controller'' object, which then generates the outgoing response in its entirety, usually by pulling data out of a ''model'' to populate a ''view'' written in specialized template markup. This keeps the application's flow-of-control simple and clear, but can make code reuse in the controller difficult.
In contrast, Wicket is closely patterned after stateful GUI frameworks such as Swing. Wicket applications are trees of ''components'', which use listener delegates to react to HTTP requests against links and forms in the same way that Swing components react to mouse and keystroke events. Wicket is categorized as a component-based framework.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Apache Wicket」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.